.list-group-item-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #007bff;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.8);
}